home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: usenet.logical.net!news
- From: alexandr@logical.net (Rick & Diane Alexander)
- Subject: DOS timeout and underline
- Sender: news@logical.net
- Message-ID: <Dn7J74.M49@logical.net>
- Date: Fri, 23 Feb 1996 02:36:17 GMT
- X-Nntp-Posting-Host: dialup12.logical.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I wrote a little DOS-based data input program, and need to either
- hilight the input fields, or underline them.
- Also, need to timeout when user does not save data after a few
- minutes. Developed in Borland C 4.52
- Does anyone have any ideas on where to turn to get this done.
- I originally wrote this in UNIX C, and the unix CURSES.H library had
- the underline routine, and the SIGNAL.H library had a timed ALARM that
- would flag after so many seconds.
- Thanks in advance, if anyone has any ideas.
- Rick Alexander
-
-